Click or drag to resize

ServiceGetAvailability Method (IListMailboxData, SerializableTimeZone, FreeBusyViewOptions)

Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public AvailabilityResponse GetAvailability(
	IList<MailboxData> mailboxes,
	SerializableTimeZone timeZone,
	FreeBusyViewOptions freeBusyViewOptions
)

Parameters

mailboxes
Type: System.Collections.GenericIListMailboxData
The attendees for which to retrieve availability information.
timeZone
Type: Independentsoft.ExchangeSerializableTimeZone
The time zone in which to retrieve user availability information.
freeBusyViewOptions
Type: Independentsoft.ExchangeFreeBusyViewOptions
The free busy view options.

Return Value

Type: AvailabilityResponse
Detailed information about the availability of the specified users, rooms, and resources.
See Also